home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / redakcyjne / programy / PSPad editor 4.5.4 build 2356 beta / pspad454inst_en.exe / {app} / Syntax / NEURON.INI < prev    next >
INI File  |  2006-05-21  |  3KB  |  240 lines

  1. ; PSPad user HighLighter definition file 
  2. ; for NEURON see www.neuron.yale.edu.
  3. ;
  4. ; This file was created by Ronald van Elburg
  5. ;
  6. [Settings]
  7. Name=NEURON
  8. HTMLGroup=0
  9. FileType=*.hoc,*.ses,*.tem
  10. CommentString=//
  11. CComment=1
  12. SlashComment=1
  13. IndentChar={
  14. UnIndentChar=}
  15. TabWidth=0
  16. CaseSensitive=1
  17. SingleQuote=1
  18. DoubleQuote=1
  19. KeyWordChars=_
  20. CodeExplorer=ftUnknown
  21. [KeyWords]
  22. ; Core hoc-language
  23. break=
  24. else=
  25. insert=
  26. stop=
  27. continue=
  28. em=
  29. strdef=
  30. debug=
  31. eqn=
  32. print=
  33. uninsert=
  34. delete=
  35. for=
  36. read=
  37. while=
  38. depvar=
  39. help=
  40. return=
  41. double=
  42. if=
  43. setpointer=
  44. proc=
  45. func=
  46. obfunc=
  47. local=
  48. localobj=
  49. iterator=
  50. ; Object-oriented-programming
  51. begintemplate=
  52. init=
  53. objref=
  54. endtemplate=
  55. new=
  56. public=
  57. external=
  58. objectvar=
  59. unref=
  60. ; Section stuff: neuron/geometry.html
  61. access=
  62. forsec=
  63. pop_section=
  64. forall=
  65. ifsec=
  66. push_section=
  67. diam3d=
  68. pt3dchange=
  69. setSpineArea=
  70. pt3dclear=
  71. spine3d=
  72. arc3d=
  73. distance=
  74. pt3dconst=
  75. x3d=
  76. area=
  77. getSpineArea=
  78. pt3dinsert=
  79. y3d=
  80. define_shape=
  81. n3d=
  82. pt3dremove=
  83. z3d=
  84. pt3dadd=
  85. ri=
  86. connect=
  87. delete_section=
  88. create=
  89. disconnect=
  90. topology=
  91. [ReservedWords]
  92. ; Built-in variables: neuron/geometry.html
  93. L=
  94. Ra=
  95. diam=
  96. nseg=
  97. diam_changed=
  98. ; Built-in global variables: neuron/1nrn.html#globals
  99. celsius=
  100. dt=
  101. t=
  102. clamp_resist=
  103. secondorder=
  104. ;Physical and Mathematical Constants
  105. DEG=
  106. E=
  107. FARADAY=
  108. GAMMA=
  109. PHI=
  110. PI=
  111. R=
  112. float_epsilon=
  113.  
  114. [KeyWords2]
  115. ; Functions
  116. attr_praxis=
  117. fit_praxis=
  118. nrnmechmenu=
  119. secname=
  120. batch_run=
  121. fmatrix=
  122. nrnpointmenu=
  123. section_orientation=
  124. batch_save=
  125. fstim=
  126. nrnsecmenu=
  127. sectionname=
  128. fadvance=
  129. fstimi=
  130. parent_connection=
  131. stop_praxis=
  132. fclamp=
  133. hocmech=
  134. parent_node=
  135. this_node=
  136. fclampi=
  137. initnrn=
  138. parent_section=
  139. this_section=
  140. fclampv=
  141. ismembrane=
  142. prstim=
  143. fcurrent=
  144. issection=
  145. psection=
  146. finitialize=
  147. nrnglobalmechmenu=
  148. pval_praxis=
  149. fprint=
  150. hoc_stdio=
  151. sred=
  152. xred=
  153. fscan=
  154. printf=
  155. wopen=
  156. getstr=
  157. ropen=
  158. xopen=
  159. doEvents=
  160. doNotify=
  161. hoc_ac_=
  162. hoc_cross_x_=
  163. hoc_cross_y_=
  164. hoc_obj_=
  165. hoc_pointer_=
  166. object_pop=
  167. sprint=
  168. ivoc_style=
  169. object_push=
  170. sscanf=
  171. allobjects=
  172. load_file=
  173. obsolete=
  174. startsw=
  175. allobjectvars=
  176. load_func=
  177. print_session=
  178. stopsw=
  179. chdir=
  180. load_proc=
  181. prmat=
  182. stopwatch=
  183. checkpoint=
  184. load_template=
  185. pwman_place=
  186. strcmp=
  187. coredump_on_error=
  188. machine_name=
  189. quit=
  190. symbols=
  191. dialogs=
  192. math=
  193. retrieveaudit=
  194. system=
  195. eqinit=
  196. name_declared=
  197. save_session=
  198. units=
  199. execute=
  200. neuronhome=
  201. saveaudit=
  202. variable_domain=
  203. execute1=
  204. numarg=
  205. show_errmess_always=
  206. getcwd=
  207. object_id=
  208. solve=
  209. ; Mathematical functions
  210. abs=
  211. cos=
  212. erf=
  213. erfc=
  214. exp=
  215. int=
  216. log=
  217. log10=
  218. sin=
  219. sqrt=
  220. tanh=
  221.  
  222.  
  223. [KeyWords3]
  224. ;Built in classes
  225. Deck=
  226. File=
  227. Glyph=
  228. Graph=
  229. GUIMath=
  230. HBox=
  231. List=
  232. Matrix=
  233. Pointer=
  234. Random=
  235. StringFunctions=
  236. SymChooser=
  237. ValueEditor=
  238. ValueFieldEditor=
  239. VBox=
  240. Vector=